Logger Constructor(List<ILoggingChannel>)

Summary
Initializes a new instance of the Logger class.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal channels As List(Of ILoggingChannel) _ 
) 
public: 
Logger(  
   List<ILoggingChannel^>^ channels 
) 

Parameters

channels
The logging channels to associated with this Logger instance.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.